This query returns a boolean value indicating whether the Find dialog box is open (true) or closed (false).Story editor only. The PGetFindWindow query works only in story editor.
Example. Use the PFindWindow command to close the window.
PGetFindWindow isOpen;
if (isOpen == true) PFindWindow(false); // close it
The PChange, PChangeAll, PChangeNext, PChangeParaAttr, PChangeTypeAttr1, PChangeTypeAttr2, PChangeWindow, PFind, PFindNext, PFindParaAttr, PFindTypeAttr1, and PFindTypeAttr2 commands
Comments or suggestions? Contact Adobe Developer Support